home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win1 / gethlp.zip / GET-HELP.TXT < prev    next >
Text File  |  1993-04-02  |  2KB  |  63 lines

  1.  
  2.     GetHelp requires you have VBRUN200.DLL in a pathed directory.
  3.  
  4. This is a freebee and I hope you like it, but Donations are accepted.
  5.         (got to pay my communications bill!)
  6.  
  7.         Fred L. Freel
  8.         c/o GVW
  9.         7544 Winneka Avenue
  10.         Winneka, CA 91306
  11.  
  12. GetHelp allows you to call Windows or Windows Applications' Help
  13. Files, and jump to a page that you specify.  This is handy when
  14. you're working with a new program, and want information on a given
  15. area quickly.  The multi-colored icons are provided so you can
  16. select a Help file quickly, by color, without reading the caption.
  17.  
  18. GetHelp requires command line parameters, but has a built-in Help
  19. message that expains how to set up those parameters.  Just
  20. double-click on it's icon, and you'll see the message.
  21.  
  22. Using GetHelp without parameters will automatically take you into
  23. Windows' "How to use Windows Help."
  24.  
  25. To install:
  26.  
  27.     Put GETHELP.EXE and it's Icons, along with this readme file
  28.     in a directory of your choice.  You can eliminate the other
  29.     files, unless you want to experiment with enhancing GetHelp
  30.     with the Visual Basic 2.0 source code.
  31.  
  32.     From File Manager, highlight GETHELP.EXE, then holding the
  33.     mouse button down, drag it into an open Group window in
  34.     Program Manager.
  35.  
  36.     That's all there is to it. When you double-click on GetHelp's
  37.     icon you will get instructions on how to setup that
  38.     particular GetHelp icon.  When you've done that, drag another
  39.     NEW GETHELP.EXE into that, or another Group, and you can
  40.     configure it for another Help File and/or Help Keyword.
  41.  
  42. Errors:    If GetHelp won't open a Help File, it's possible that the
  43.     Help File is not pathed to in your environment.  Adding a
  44.     path to the Help file when you set up the command line 
  45.     parameters will probably solve this, or double-check your
  46.     spelling and spacing on the keyword(s).
  47.  
  48. Source:    The code is for V-Basic 2.0.
  49.  
  50.     V-Basic 1.0 users:
  51.     The code has been saved as text, so if you want to use it
  52.     in V-Basic 1.0, use Notepad to extract the Subroutines and
  53.     Global Statements.  Paste these into a fresh VB-1 module;
  54.     the Globals, Declare and Type statements into the Global.bas
  55.     module; the Subs, Form_Load, CloseWindow, Main and Send_Message
  56.     into Form1.  Then save them with GETHELP names.
  57.  
  58.     Also, set the Visual Property of your Form1 to False, and the
  59.     Startup to Sub Main.
  60.  
  61.     Enjoy!
  62.  
  63.